home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 7
/
Aminet 7 - August 1995.iso
/
Aminet
/
comm
/
tcp
/
AmiTCPsdk_40.readme
< prev
next >
Wrap
Text File
|
1995-07-02
|
26KB
|
553 lines
Short: SDK for the AmiTCP/IP protocol stack
Author: AmiTCP-Group@ndsi.fi (Network Solutions Development Inc.)
Uploader: AmiTCP-Group@nsdi.fi
Version: Release 4.0
Type: comm/net
This archive contains include files, some development tools, link
libraries (with source) and programming examples for AmiTCP/IP 4.0.
AmiTCP/IP is propiertary, copyrighted product of the NSDi - Network
Solutions Development Inc, Finland. See the file 'LICENCE.SDK'
included in the archive for the licence conditions.
See AmiTCP-demo-40.readme for further information about AmiTCP/IP.
* Bug reports
Send any bug reports to <AmiTCP-Bug@nsdi.fi>.
* New Features, enchancements and bug fixes on each release of the SDK:
NOTE: AmiTCP itself is not included in the SDK archive, but the
relevant (from the programmers point of view) new features and bug
fixes are mentioned here for completeness. 3.0 beta releases are not
mentioned in this list for clarity and to avoid unnecessary confusion.
New Features on 4.0:
* AmiTCP:
- Added new function: GetSocketEvents().
- Added the link level address handling, changed if_type to use
hardware types.
- Added new sana-II errors to the error lists.
- Configured domain names are now used on internal host
searches, too.
- Added error messages to startup failures.
- Early error messages are now printed to the console.
- db/resolv.conf is now read for DOMAIN and NAMESERVER entries.
- db/netdb is not read any more, the individual files (hosts,
protocols, networks, sercives, resolv.conf and inet.access)
are read explicitly.
- WITH keyword is removed from netdb parsing
- Removed ARexx variables TASKNAME and NTHBASE (they were
obsolete).
- Added new API function GetSocketEvents().
- Added new SocketBaseTagList() tag SBTC_SIGEVENTMASK.
- Added new socket option SO_EVENTMASK. Setting this option
will set the ASYNC mode on the socket also.
- Socket owner is now set by default, _except_ after
ObtainSocket().
- FIOSETOWN ioctl now demands the caller to set itself as the
owner.
- Added new callback functionality to coordinate fd tables
with the link library. (SocketBaseTags() tag
SBTC_FDCALLBACK).
- Made name server resolving multithreaded. Now each
application has it's own set of resolver state variables.
Before any name resolvation would block if another
resolvation was in progress.
- Added h_errno setting via a pointer (SocketBaseTags() tag
SBTC_HERRNOLONGPTR).
- Changed the AmiTCP ARexx port (AMITCP) to show only after the API
is up and running (no need to "wait" on the bin/startnet).
- Added functions sendmsg() and recvmsg() for scatter/gather I/O.
- First parameter to Dup2Socket() can now be -1 to mark the fd
(the second parameter) as not to be used by AmiTCP.
- Added function SocketBaseTagList(). Tag definitions for it are
on netinclude:amitcp/socketbasetags.h.
- Added function gethostid(), which returns the primary IP
address of the host as the unique host id.
- Implemented gethostname() API function and HOSTNAME ARexx variable
(QUERY/SET). The host name is queried from the netdb and/or name
server, if it is not explicitly given in db/AmiTCP.config _or_ set
with the ARexx SET command.
- Added support for the BSD %m feature to the syslog() (%m is
replaced by the error description of current errno value), Also
changed the formatting code to not use the Exec's RawDoFmt()
allowing 32 bit values to be printed without the 'l' size
modifier.
- Only the sizes 1, 2 and 4 are now allowed for the errno
variable.
- SetErrnoPtr() has now return value. 0 on success and -1
otherwise. The _old_ errno indicates the error causing the
failure.
- "new" interface naming style (eg. slip.device/0 -> sl0).
* netinclude:
- Removed KERNEL specific definitions.
- Added files stdio.h and fcntl.h supporing DOS stdio if
USE_DOSIO is defined. Otherwise they include the original
files from the INCLUDE:.
NOTE: socket stdio does not work with the USE_DOSIO. SAS/C
stdio must be used, if the sockets are to be used via the
stdio functions.
- Added files: sys/file.h, net/if_types.h, net/if_dl.h
- updated: device/sana2.h, devices/sana2.i,
devices/sana2specialstaats.h, devices/sana2specialstats.i
- Added prototype, pragma, fd entry and inline function for the new
GetSocketEvents() function.
- (sys/socket.c):
Added asynchronous socket event codes and a new socket option to
set per socket event mask.
- (amitcp/socketbasetags.h):
Added tag code for event notification signal mask
(SBTC_SIGEVENTMASK).
- (sys/syslog.h):
Removed AmiTCP's internal log path names.
- Added arpa protocol headers (arpa/ftp.h, arpa/nameser.h,
arpa/tftp.h and arpa/telnet.h) to the distribution.
- Added/deleted some files.
- Added SocketBaseTagList() definitions to
amitcp/socketbasetags.h.
- GCC: Added inline functions from clib/socket_inlines.h to
inline/socket.h, since those had to be modified for gcc.
Generated big list of defines to make possible to use local
`SocketBase' variable in calls to bsdsocket.library calls.
This feature is invoked defining SOCKETBASE_IN_CONTEXT.
- Added syslog.h (includes sys/syslog.h) for source
compatibility.
- SAS/C: inline functions are defined only if OPTINLINE is
used, netlib stubs are used otherwise.
- Added new prototypes and declarations for the
usergroup.library and its link library (grp.h, pwd.h,
unistd.h, utmp.h, clib/netlib_protos.h).
- Changes for the short interface names, removed interface
tags.
- Added include files for the netinfo.device.
- Added RPC include directories rpc and rpcsvc.
* net.lib:
- Added tzset() to the timerinit.c to override the one from
the SAS/C sc.lib. ENV:TZ is just once, or not at all if
locale.library is present.
- Added dosio_init.c, dosio_sprintf.c.
- Added compiling the USE_DOSIO versions of the libraries (the
names of the USE_DOSIO versions contain 'd' after the base
name of the library, for example: net.lib -> netd.lib).
- Added functions: link_addr(), link_ntoa().
- Updated to open version 4 of the bsdsocket.library.
- Moved usr.lib functionality to here.
- Added implementation of SAS/C level 1 I/O functions, which
allows stdio on sockets (printf(), and a like).
- Integrated inetd daemon startup code to here. Includes
functions init_inet_daemon() and set_socket_stdio(). See
src/examples/serv for an example.
- Added some unix style functions (utime(), popen(), sleep()
etc.). See doc/netlib.doc for a full list and a reference.
- Added real h_errno variable.
- Added rcmd() and resvport(), removed getpwuid() and getgrgid().
- Added syslog() support functions: openlog(), closelog() and
setlogmask().
- Removed errlst.c (error tables are now inside the AmiTCP to
decrease overall memory usage).
- Removed gethostname(), now implemented in the AmiTCP.
- Added strerror().
- Added perror() and stubs for the inline functions (if the
inlining is not done).
- Program name is passed to the AmiTCP at startup. It is used
in the syslog() messages.
- New function herror() will print the host error code set
after host resolving failure (uses SocketBaseTags()).
- New function GetHErrno() will return the host error code
using the SocketBaseTags().
* libs/usergroup.library:
- Added a new function call getcredentials() which returns all
credential for a process, updated library version to 4.
- New library managing the user/group information.
- The default user is now "nobody" (before it was "root").
* devs/netinfo.device:
- New device, which handles the actual user/group database
files.
* src/examples/serv:
- New example of stdio and inetd usage.
* rpc.lib:
- AmiTCP implementation of the Sun RPC 4.0.
- Added support for the USE_DOSIO. Now a
special version of the rpclib using the dosio is compiled by
default (rpcdr.lib). The dosio version of the rpclib uses BPTR
file descriptors (dos.library files) instead of FILE * (link
library stdio files) with the xdrstdio_create().
Using rpcdr.lib and netd.lib with a typical RPC program makes it
5k smaller wrt. link library stdio.
* help/RPC.guide:
- Full documentation for the RPC in the AmigaGuide format.
* rcsrev:
- New development utility, which creates standard _rev.h files
from some files RCS id.
* src/devtools, src/examples:
- New directories to clean up the directory structure.
* portmap:
- RPC program,version to port mapper, needed to be run before
any RPC based servers.
* rpcinfo:
- Utility to show RPC bindings on a portmap on some host.
Fixed Bugs on 4.0:
* AmiTCP:
- Fixed bug with configuration string setting. Too small buffer
restricted the configuration string sizes to less than 24 bytes.
- Fixed syslog message level handling. It was broken if the facility
code was present.
- Changed gethostbyname() not to treate the name as dot notation IP
address based on the first digit only. Full check for the dot
notation is now made.
- Fixed bug in getservbyname() which now checks the protocol
string.
- Fixed the route dumping bug.
- Logging information is now appended to the end of the old
log file.
* net.lib:
- Added priority to usergroup autodestructor function.
* inetd:
- Fixed bugs in server argument parsing. Before any more than
one argument would not have worked. (Thanks to Magnus Lilja
for pointing this out).
New Features on 2.3:
* AmiTCP:
- New ARexx command "KILL" and a new script, bin/stopnet,
which sends this command to AmiTCP, causing it to try to
stop all networking applications, and if successfull,
itself, too.
Fixed Bugs on 2.3:
* AmiTCP:
- Removed the incorrect use of M_EOR, which caused fragmented
packets to be truncated.
New Features on 2.2:
* AmiTCP:
- The interactive sessions have now a higher priority when
using rh(c)slip.device
New Features on 2.1:
* Inet-handler:
- With Inet-Handler you can use AmigaDOS IO to access TCP protocol
* AmiTCP:
- A timestamp is added to the log messages
- Faster checksum calculation implemented in assembler
* net.lib:
- User and group database handling routines are added to the
net.lib. Release includes example databases for `ls' and `finger'
utilities, which use these databases
- A real gettimeofday() using locale is also added
EOF
============================= Archive contents =============================
Original Packed Ratio Date Time Name
-------- ------- ----- --------- -------- -------------
0 0 0.0% 28-Oct-94 13:38:10 +
10636 4480 57.8% 19-Oct-94 14:31:52 +AmiTCP-sdk-40.readme
6643 2837 57.2% 15-Oct-94 18:30:12 +COPYRIGHTS.SDK
478 243 49.1% 28-May-94 12:59:42 +COPYRIGHTS.SDK.info
4032 1755 56.4% 19-Oct-94 17:05:30 +LICENCE.SDK
478 242 49.3% 28-May-94 12:59:42 +LICENCE.SDK.info
0 0 0.0% 28-Oct-94 13:37:12 +
27508 17076 37.9% 15-Oct-94 22:54:50 +cpp
4020 2277 43.3% 15-Oct-94 12:36:42 +rcsrev
54944 30299 44.8% 15-Oct-94 13:05:12 +rpcgen
632 278 56.0% 28-May-94 12:59:42 +bin.info
0 0 0.0% 28-Oct-94 13:37:16 +
121679 34721 71.4% 26-Apr-94 11:06:38 +bsdsocket.doc
21375 7430 65.2% 15-Oct-94 13:05:38 +devtools.doc
8613 2810 67.3% 15-Oct-94 22:57:30 +netinfo.doc
61238 18890 69.1% 15-Oct-94 10:37:04 +netlib.doc
36225 11502 68.2% 20-Oct-93 07:57:24 +protocols.doc
2875 747 74.0% 15-Oct-94 10:37:08 +sana2lib.doc
45062 13479 70.0% 15-Oct-94 22:56:26 +usergroup.doc
632 277 56.1% 28-May-94 12:59:42 +doc.info
0 0 0.0% 28-Oct-94 13:37:20 +
464756 128968 72.2% 30-Sep-94 03:06:46 +RPC.guide
504 259 48.6% 19-May-94 03:13:34 +RPC.guide.info
0 0 0.0% 28-Oct-94 13:37:38 +
1509 830 44.9% 03-Oct-94 14:10:38 +Smake.template
0 0 0.0% 28-Oct-94 13:37:32 +
3718 1565 57.9% 06-Oct-94 01:16:56 +socketbasetags.h
861 429 50.1% 06-Oct-94 01:16:56 +types.h
0 0 0.0% 28-Oct-94 13:37:30 +
2010 841 58.1% 03-Oct-94 22:54:48 +ftp.h
508 295 41.9% 03-Oct-94 22:54:48 +inet.h
6868 2535 63.0% 03-Oct-94 22:54:50 +nameser.h
8403 3030 63.9% 03-Oct-94 22:54:50 +telnet.h
1328 659 50.3% 03-Oct-94 22:54:50 +tftp.h
626 337 46.1% 03-Oct-94 22:52:20 +bsdsocket.h
1175 546 53.5% 14-Oct-94 19:10:40 +charread.h
0 0 0.0% 28-Oct-94 13:37:42 +
5101 1738 65.9% 03-Oct-94 22:54:52 +netlib_protos.h
1297 539 58.4% 03-Oct-94 22:54:52 +socket_inlines.h
4878 1499 69.2% 04-Oct-94 19:09:26 +socket_protos.h
2122 824 61.1% 03-Oct-94 22:55:10 +usergroup_protos.h
0 0 0.0% 28-Oct-94 13:37:40 +
2244 918 59.0% 03-Oct-94 14:22:58 +netinfo.h
9642 2959 69.3% 03-Oct-94 22:55:36 +sana2.h
8275 2579 68.8% 24-Jul-94 14:38:32 +sana2.i
1527 720 52.8% 24-Jul-94 14:38:32 +sana2specialstats.h
1523 723 52.5% 24-Jul-94 14:38:32 +sana2specialstats.i
427 266 37.7% 06-Oct-94 00:58:00 +errno.h
1687 742 56.0% 03-Oct-94 22:52:22 +fcntl.h
0 0 0.0% 28-Oct-94 13:37:42 +
2380 971 59.2% 06-Oct-94 01:18:30 +socket_lib.fd
1347 567 57.9% 02-Oct-94 18:44:32 +usergroup_lib.fd
787 410 47.9% 03-Oct-94 22:52:22 +grp.h
1519 756 50.2% 03-Oct-94 22:52:24 +inetd.h
0 0 0.0% 28-Oct-94 13:37:34 +
28377 3868 86.3% 06-Oct-94 01:18:36 +socket.h
16021 2137 86.6% 06-Oct-94 01:18:38 +usergroup.h
697 375 46.1% 03-Oct-94 22:52:24 +ios1.h
0 0 0.0% 28-Oct-94 13:37:36 +
1859 854 54.0% 06-Oct-94 01:18:48 +usergroup.h
1225 582 52.4% 03-Oct-94 22:52:24 +lineread.h
0 0 0.0% 28-Oct-94 13:37:30 +
2639 1137 56.9% 06-Oct-94 01:12:26 +if.h
4369 1960 55.1% 06-Oct-94 01:16:26 +if_arp.h
1977 1027 48.0% 06-Oct-94 01:16:26 +if_dl.h
746 386 48.2% 06-Oct-94 01:16:26 +if_types.h
4995 2031 59.3% 06-Oct-94 01:12:26 +route.h
687 329 52.1% 06-Oct-94 01:16:28 +sana2errno.h
819 364 55.5% 06-Oct-94 01:16:28 +sana2tags.h
2171 995 54.1% 03-Oct-94 22:52:26 +netdb.h
0 0 0.0% 28-Oct-94 13:37:30 +
4051 1683 58.4% 06-Oct-94 01:12:26 +in.h
858 463 46.0% 06-Oct-94 01:12:28 +in_systm.h
4102 1656 59.6% 06-Oct-94 01:16:34 +ip.h
3748 1429 61.8% 06-Oct-94 01:16:34 +ip_icmp.h
3192 1306 59.0% 06-Oct-94 01:12:28 +ip_var.h
1571 778 50.4% 06-Oct-94 01:16:36 +tcp.h
525 310 40.9% 06-Oct-94 01:16:36 +udp.h
0 0 0.0% 28-Oct-94 13:37:42 +
5998 1168 80.5% 06-Oct-94 01:18:44 +socket_pragmas.h
2425 632 73.9% 03-Oct-94 14:28:08 +usergroup_pragmas.h
0 0 0.0% 28-Oct-94 13:37:36 +
636 359 43.5% 06-Oct-94 01:17:30 +socket.h
552 315 42.9% 06-Oct-94 01:17:30 +usergroup.h
0 0 0.0% 28-Oct-94 13:37:34 +
2596 1139 56.1% 06-Oct-94 01:17:12 +dumprestore.h
2414 1153 52.2% 06-Oct-94 01:17:12 +routed.h
1065 554 47.9% 06-Oct-94 01:17:12 +rwhod.h
3267 1368 58.1% 06-Oct-94 01:17:14 +talkd.h
2369 1012 57.2% 06-Oct-94 01:17:14 +timed.h
922 448 51.4% 03-Oct-94 22:52:26 +pwd.h
0 0 0.0% 28-Oct-94 13:37:38 +
3945 1604 59.3% 03-Oct-94 14:03:32 +auth.h
1470 782 46.8% 03-Oct-94 14:03:28 +auth_unix.h
7767 2800 63.9% 03-Oct-94 14:03:28 +clnt.h
914 382 58.2% 03-Oct-94 14:03:24 +gst.h
2209 853 61.3% 03-Oct-94 14:03:24 +pmap_clnt.h
2415 1027 57.4% 03-Oct-94 14:03:22 +pmap_prot.h
885 472 46.6% 03-Oct-94 14:03:20 +pmap_rmt.h
2003 981 51.0% 04-Oct-94 19:13:40 +rpc.h
3211 1283 60.0% 03-Oct-94 14:03:18 +rpc_msg.h
8208 3044 62.9% 03-Oct-94 14:03:16 +svc.h
602 355 41.0% 03-Oct-94 14:03:10 +svc_auth.h
1694 769 54.6% 03-Oct-94 14:02:36 +types.h
10602 3522 66.7% 03-Oct-94 14:03:10 +xdr.h
0 0 0.0% 28-Oct-94 13:37:40 +
2225 761 65.7% 07-Mar-94 04:20:48 +Makefile.org
1554 689 55.6% 03-Oct-94 00:41:10 +bootparam_prot.x
2217 878 60.3% 03-Oct-94 00:41:08 +klm_prot.x
3096 1275 58.8% 03-Oct-94 00:41:06 +mount.x
6415 2110 67.1% 03-Oct-94 00:41:04 +nfs_prot.x
3476 1247 64.1% 07-Mar-94 04:20:50 +nlm_prot.x
5846 2014 65.5% 03-Oct-94 00:40:56 +rex.x
882 388 56.0% 03-Oct-94 00:40:54 +rnusers.x
1569 693 55.8% 07-Mar-94 04:20:50 +rquota.x
2219 798 64.0% 07-Mar-94 04:20:50 +rstat.c
2425 769 68.2% 03-Oct-94 00:40:40 +rstat.x
7527 2036 72.9% 03-Oct-94 00:41:10 +rstat_proc.c
2277 791 65.2% 03-Oct-94 00:40:40 +sm_inter.x
969 508 47.5% 03-Oct-94 00:40:38 +spray.x
4861 1738 64.2% 03-Oct-94 00:40:36 +yp.x
716 376 47.4% 03-Oct-94 00:40:08 +yppasswd.x
339 222 34.5% 03-Oct-94 22:52:26 +stat.h
4704 1714 63.5% 03-Oct-94 22:52:26 +stdio.h
0 0 0.0% 28-Oct-94 13:37:34 +
2137 950 55.5% 06-Oct-94 01:16:16 +cdefs.h
4822 1849 61.6% 06-Oct-94 00:57:44 +errno.h
388 247 36.3% 06-Oct-94 01:16:18 +file.h
4037 1365 66.1% 06-Oct-94 01:16:18 +ioctl.h
2242 1011 54.9% 06-Oct-94 01:12:24 +param.h
7540 2871 61.9% 06-Oct-94 01:16:18 +socket.h
3251 1213 62.6% 06-Oct-94 01:16:18 +stat.h
4699 1873 60.1% 06-Oct-94 01:12:26 +syslog.h
2885 1228 57.4% 06-Oct-94 01:12:24 +time.h
1577 746 52.6% 06-Oct-94 01:16:20 +types.h
303 206 32.0% 03-Oct-94 22:52:28 +syslog.h
1931 745 61.4% 03-Oct-94 22:52:28 +unistd.h
492 301 38.8% 03-Oct-94 22:52:28 +utime.h
1032 455 55.9% 03-Oct-94 22:52:28 +utmp.h
0 0 0.0% 28-Oct-94 13:37:22 +
23416 11253 51.9% 15-Oct-94 10:34:46 +net.lib
14824 7302 50.7% 15-Oct-94 09:57:46 +netd.lib
15232 7368 51.6% 15-Oct-94 11:02:38 +netdnb.lib
24008 11314 52.8% 15-Oct-94 11:40:04 +netnb.lib
37856 18175 51.9% 15-Oct-94 12:08:00 +rpcdr.lib
37580 18182 51.6% 15-Oct-94 12:34:18 +rpcr.lib
2628 1332 49.3% 15-Oct-94 10:35:56 +sana2.lib
2636 1316 50.0% 15-Oct-94 11:41:18 +sana2nb.lib
0 0 0.0% 28-Oct-94 13:38:06 +
3699 1618 56.2% 30-Sep-94 02:04:58 +README.RPC
801 434 45.8% 30-Sep-94 02:05:38 +compile.lib
0 0 0.0% 28-Oct-94 13:38:10 +
1300 587 54.8% 30-Sep-94 02:09:58 +GNUmakefile
909 503 44.6% 30-Sep-94 02:10:00 +Smakefile
0 0 0.0% 28-Oct-94 13:38:08 +
0 0 0.0% 28-Oct-94 13:38:08 +
346 218 36.9% 09-Mar-94 10:15:16 +SCOPTIONS
969 512 47.1% 30-Sep-94 02:21:20 +Smakefile
780 401 48.5% 09-Mar-94 10:15:18 +dir.x
930 467 49.7% 09-Mar-94 10:15:20 +dir_proc.c
1592 764 52.0% 09-Mar-94 10:15:20 +rls.c
0 0 0.0% 28-Oct-94 13:38:08 +
346 218 36.9% 09-Mar-94 10:15:46 +SCOPTIONS
1144 591 48.3% 30-Sep-94 02:21:22 +Smakefile
183 148 19.1% 09-Mar-94 10:15:48 +msg.x
649 387 40.3% 09-Mar-94 10:15:48 +msg_proc.c
826 435 47.3% 09-Mar-94 10:15:48 +printmsg.c
1584 746 52.9% 09-Mar-94 10:15:50 +rprintmsg.c
0 0 0.0% 28-Oct-94 13:38:08 +
346 218 36.9% 09-Mar-94 10:16:08 +SCOPTIONS
1193 557 53.3% 30-Sep-94 02:21:24 +Smakefile
883 468 46.9% 09-Mar-94 10:16:10 +rsort.c
455 274 39.7% 09-Mar-94 10:16:10 +sort.x
709 322 54.5% 09-Mar-94 10:16:10 +sort_proc.c
0 0 0.0% 28-Oct-94 13:38:08 +
151 128 15.2% 30-Sep-94 02:12:20 +Smake.def
1383 732 47.0% 30-Sep-94 02:12:42 +in.example.c
0 0 0.0% 28-Oct-94 13:37:54 +
1645 815 50.4% 30-Sep-94 07:17:36 +GNUmakefile
9474 2883 69.5% 30-Sep-94 01:10:26 +Smakefile
1095 541 50.5% 30-Sep-94 01:09:18 +_allocufb.c
2969 1274 57.0% 30-Sep-94 01:09:30 +_chkufb.c
1455 651 55.2% 30-Sep-94 01:09:34 +_close.c
3327 1476 55.6% 30-Sep-94 01:09:34 +_dup.c
1286 592 53.9% 30-Sep-94 01:09:36 +_dup2.c
1426 706 50.4% 30-Sep-94 01:09:36 +_fstat.c
1026 517 49.6% 30-Sep-94 01:09:38 +_lseek.c
2811 1211 56.9% 30-Sep-94 01:09:42 +_open.c
2078 944 54.5% 30-Sep-94 01:09:42 +_read.c
2268 887 60.8% 30-Sep-94 01:09:44 +_write.c
2359 1044 55.7% 30-Sep-94 01:09:44 +access.c
4861 1958 59.7% 30-Sep-94 01:09:46 +autoinit.c
6132 2314 62.2% 30-Sep-94 01:09:46 +chmod.c
5117 2171 57.5% 30-Sep-94 01:09:48 +chown.c
3364 1445 57.0% 30-Sep-94 01:09:48 +dosio_init.c
2958 1254 57.6% 30-Sep-94 01:09:50 +dosio_sprintf.c
9096 3026 66.7% 30-Sep-94 01:09:50 +dostat.c
539 292 45.8% 30-Sep-94 01:09:52 +dummy.c
1618 776 52.0% 30-Sep-94 01:09:52 +fhopen.c
390 267 31.5% 30-Sep-94 01:09:54 +fib.c
2653 1057 60.1% 30-Sep-94 01:10:24 +fibex.h
2516 1263 49.8% 04-Oct-94 09:42:34 +getopt.c
433 285 34.1% 30-Sep-94 01:09:56 +getpid.c
3180 1342 57.7% 30-Sep-94 01:09:56 +gettimeofday.c
1723 785 54.4% 30-Sep-94 01:09:58 +herror.c
2124 912 57.0% 30-Sep-94 02:35:20 +init_inet_daemon.c
4176 1729 58.5% 30-Sep-94 01:10:00 +init_usergroup.c
614 365 40.5% 30-Sep-94 01:10:00 +ioctl.c
679 392 42.2% 30-Sep-94 01:10:02 +iomode.c
707 413 41.5% 30-Sep-94 01:10:02 +isatty.c
11317 3668 67.5% 30-Sep-94 02:35:18 +lineread.c
2200 945 57.0% 30-Sep-94 01:10:04 +linkaddr.c
1097 570 48.0% 30-Sep-94 01:10:06 +linkntoa.c
710 364 48.7% 30-Sep-94 01:10:26 +netlib.h
1483 653 55.9% 30-Sep-94 01:10:06 +perror.c
9490 3382 64.3% 30-Sep-94 01:10:08 +popen.c
1766 781 55.7% 30-Sep-94 01:10:08 +printfault.c
1874 824 56.0% 30-Sep-94 01:10:08 +printuserfault.c
9697 3693 61.9% 30-Sep-94 01:10:10 +rcmd.c
3842 1434 62.6% 30-Sep-94 01:10:10 +sana2errlist.c
2058 856 58.4% 30-Sep-94 01:10:12 +sana2perror.c
1977 835 57.7% 30-Sep-94 01:10:12 +sana2printfault.c
3444 1333 61.2% 30-Sep-94 02:35:18 +serveraccept.c
1836 782 57.4% 30-Sep-94 02:35:22 +set_socket_stdio.c
428 265 38.0% 30-Sep-94 01:10:16 +setegid.c
428 265 38.0% 30-Sep-94 01:10:16 +seteuid.c
1282 618 51.7% 30-Sep-94 01:10:18 +sleep.c
2035 867 57.3% 30-Sep-94 01:10:18 +stat.c
1570 743 52.6% 30-Sep-94 01:10:20 +strerror.c
941 469 50.1% 30-Sep-94 01:10:20 +stubs.c
6430 2315 63.9% 30-Sep-94 01:10:20 +syslog.c
7264 2822 61.1% 04-Oct-94 09:44:36 +timerinit.c
1395 663 52.4% 30-Sep-94 01:10:22 +usleep.c
2880 1238 57.0% 30-Sep-94 01:10:24 +utime.c
0 0 0.0% 28-Oct-94 13:38:04 +
1184 687 41.9% 07-Mar-94 04:44:12 +DISCLAIMER
1452 717 50.6% 30-Sep-94 01:49:40 +GNUmakefile
19057 4314 77.3% 30-Sep-94 01:49:42 +Smakefile
2423 978 59.6% 30-Sep-94 01:49:00 +auth_none.c
7317 2399 67.2% 30-Sep-94 01:49:02 +auth_unix.c
1324 611 53.8% 30-Sep-94 01:49:04 +authunix_prot.c
1299 662 49.0% 30-Sep-94 01:49:04 +bindresvport.c
1084 512 52.7% 30-Sep-94 01:49:06 +chkabort.c
2240 981 56.2% 30-Sep-94 01:49:06 +clnt_generic.c
5568 1829 67.1% 30-Sep-94 01:49:08 +clnt_perror.c
5155 1957 62.0% 30-Sep-94 01:49:08 +clnt_raw.c
2538 1095 56.8% 30-Sep-94 01:49:08 +clnt_simple.c
11592 4039 65.1% 30-Sep-94 01:49:10 +clnt_tcp.c
11776 4010 65.9% 30-Sep-94 01:49:10 +clnt_udp.c
2494 1158 53.5% 30-Sep-94 01:49:12 +get_myaddress.c
4394 1522 65.3% 30-Sep-94 01:49:12 +getrpcent.c
894 512 42.7% 30-Sep-94 01:49:14 +getrpcport.c
218 162 25.6% 30-Sep-94 01:49:14 +gst.c
2431 895 63.1% 30-Sep-94 01:49:16 +pmap_clnt.c
1671 850 49.1% 30-Sep-94 01:49:16 +pmap_getmaps.c
1846 925 49.8% 30-Sep-94 01:49:18 +pmap_getport.c
853 466 45.3% 30-Sep-94 01:49:18 +pmap_prot.c
2783 1336 51.9% 30-Sep-94 01:49:20 +pmap_prot2.c
11000 3987 63.7% 30-Sep-94 01:49:20 +pmap_rmt.c
4622 1119 75.7% 30-Sep-94 01:49:22 +rpc_callmsg.c
669 377 43.6% 30-Sep-94 01:49:22 +rpc_commondata.c
723 426 41.0% 30-Sep-94 01:49:24 +rpc_dtablesize.c
6239 1999 67.9% 30-Sep-94 01:49:24 +rpc_prot.c
10926 3543 67.5% 30-Sep-94 01:49:26 +svc.c
2722 1215 55.3% 30-Sep-94 01:49:26 +svc_auth.c
3074 1371 55.4% 30-Sep-94 01:49:28 +svc_auth_unix.c
3242 1140 64.8% 30-Sep-94 01:49:28 +svc_raw.c
1098 608 44.6% 30-Sep-94 01:49:30 +svc_run.c
3109 1276 58.9% 30-Sep-94 01:49:30 +svc_simple.c
10169 3277 67.7% 30-Sep-94 01:49:32 +svc_tcp.c
11636 3778 67.5% 30-Sep-94 01:49:32 +svc_udp.c
10079 3053 69.7% 30-Sep-94 01:49:34 +xdr.c
3234 1385 57.1% 30-Sep-94 01:49:34 +xdr_array.c
6025 1711 71.6% 30-Sep-94 01:49:36 +xdr_float.c
3282 1063 67.6% 30-Sep-94 01:49:36 +xdr_mem.c
15142 4337 71.3% 30-Sep-94 01:49:38 +xdr_rec.c
2678 1211 54.7% 30-Sep-94 01:49:38 +xdr_reference.c
4107 1501 63.4% 30-Sep-94 01:49:40 +xdr_stdio.c
632 279 55.8% 28-Oct-94 13:34:18 AmiTCP-4.0.info
-------- ------- ----- --------- --------
1736445 613822 64.6% 29-Oct-94 01:07:06 279 files